home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0013-DoRead, DoWrite req-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-05  |  844 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    7784759                         4-Oct-89        16:43
  2.  
  3. From:   LANGSTON1                       Langston, Jeff,CLA
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    DoRead, DoWrite request
  8.  
  9. The application I am working on needs to use the resource fork to store some
  10. information.  MacApp supports this and allows the application to open the
  11. resource fork.  But when DoRead is called the resource fork reference number is
  12. not passed in; only the data fork reference number.
  13.  
  14. No problem just get it from the document object, but ReadFromFile hasn't set
  15. 'fRsrcRefNum' yet.  A similiar situation exists for DoWrite i.e. the data fork
  16. file reference is passed in but not the resource fork reference number.
  17.  
  18. My request is that both DoRead and DoWrite have the resource fork reference
  19. number passed in.
  20.  
  21. Thanks,
  22. Phil King
  23.  
  24.